View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / IMiddlewareContext / Next(object) Method

Calls the next middleware in the chain with the given action.

void Next(object action)

Parameters

Remarks

In case there is no next middleware handler configured then the action will be dispatched to all registered action handlers (stores).

See Also